encoding/json.field.typ (field)
9 uses
encoding/json (current package)
encode.go#L1041: typ reflect.Type
encode.go#L1073: next := []field{{typ: t}}
encode.go#L1092: if visited[f.typ] {
encode.go#L1095: visited[f.typ] = true
encode.go#L1098: for i := 0; i < f.typ.NumField(); i++ {
encode.go#L1099: sf := f.typ.Field(i)
encode.go#L1156: typ: ft,
encode.go#L1168: if count[f.typ] > 1 {
encode.go#L1181: next = append(next, field{name: ft.Name(), index: index, typ: ft})
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |